const github.com/refraction-networking/utls.alertNoRenegotiation

9 uses

	github.com/refraction-networking/utls (current package)
		alert.go#L51: 	alertNoRenegotiation              alert = 100
		alert.go#L88: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L843: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1280: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1285: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1288: 			return c.sendAlert(alertNoRenegotiation)
		u_conn.go#L922: 		return c.sendAlert(alertNoRenegotiation)
		u_conn.go#L927: 		return c.sendAlert(alertNoRenegotiation)
		u_conn.go#L930: 			return c.sendAlert(alertNoRenegotiation)